home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
accounts
/
econol13.arj
/
INSTALL2.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-13
|
2KB
|
52 lines
echo off
REM This batch file will install from Registered copy of ECONOLAND-2001 on
REM a computer without a hard drive but two floppies.
Rem You must have two empty formatted floppy disks before you can proceed.
Rem Place the program distribution disk in Drive B!
Rem Place an empty "ECONOL-A" disk in Drive A
Rem To start, type B:INSTALL2 (followed by ENTER)
REM See file INSTALL2.DOC for detailed instructions
echo .
echo ╔══════════════════════════════════════════════════════╗
echo ║ ECONOLAND-2001 ALternative Installation Procedure ║
echo ╠══════════════════════════════════════════════════════╣
echo ║ This batch file will install ECONOLAND-2001 ║
echo ║ on a computer that does not have a hard drive. ║
echo ╚══════════════════════════════════════════════════════╝
echo .
echo If you do NOT want to do this, abort with Ctrl-C
echo otherwise,
pause
echo .
echo Continuing installation
echo .
ECON2001 /w A:
echo .
Copy B:Monitor.CFF A:
if not exist A:ECONOL.OVR goto PROBLEM3
If not Exist A:TEAMDISK.BAT goto PROBLEM2
If not exist A:MONITOR.CFF goto Problem2
echo .
echo ╔═════════════════════════════════════════════════════════════════╗
echo ║ First half of installation successfully completed. ║
echo ║ Your ECONOL-A Disk is in drive A ║
echo ║ The next step is to create a TEAMD-B in drive B: ║
echo ║ ║
echo ╚═════════════════════════════════════════════════════════════════╝
echo .
echo If you wish to terminate the installation now, type CTRL-C, otherwise.
pause
A:TEAMDISK
Goto Exit
:PROBLEM3
echo Couldn't find expanded files! Cannot proceed.
goto PROBLEM
:Problem2
echo Couldn't find required file on ECONOL-A disk --- cannot proceed
goto PROBLEM
:PROBLEM
echo ╔══════════════════════════════════════════════╗
echo ║ ECONOLAND-2001 Installation ABORTED! ║
echo ╚══════════════════════════════════════════════╝
:EXIT